DescribeStrategyExecDetail
Description
obtain the implementation details of the baseline check policy.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeStrategyExecDetail
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
StrategyId | BODY | integer | No | No sample value for this parameter. | baseline check policy ID. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
EndTime | string | no demo value | execution end time. |
Percent | string | no demo value | check the execution percentage progress. |
Ip | string | no demo value | host asset IP. |
StartTime | string | no demo value | execution start time. |
SuccessCount | integer | no demo value | check the number of hosts that successfully executed. |
IntranetIp | string | no demo value | host private network IP. |
FailedEcsList | array | no demo value | check the list of failed hosts. see the following parameter description for specific sub-items. |
Reason | string | no demo value | check the cause of failure. |
Source | string | no demo value | Check the execution type, such as automatic scheduling execution or manual execution. |
InstanceName | string | no demo value | host instance name. |
FailCount | integer | no demo value | check the number of failed hosts. |
InProcessCount | integer | no demo value | check the number of hosts in execution. |
Example
Successful Response example
{
"RequestId":"no demo value",
"EndTime":"no demo value",
"Percent":"no demo value",
"Ip":"no demo value",
"StartTime":"no demo value",
"SuccessCount":"no demo value",
"IntranetIp":"no demo value",
"FailedEcsList":"no demo value",
"Reason":"no demo value",
"Source":"no demo value",
"InstanceName":"no demo value",
"FailCount":"no demo value",
"InProcessCount":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}